home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 0562.ZIP / NARCCFG.DOC < prev    next >
Text File  |  1987-06-15  |  4KB  |  144 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.                         Documentation for NARCCFG.EXE
  16.  
  17.    
  18.                             Written by Gary Conway
  19.  
  20.  
  21.                            Infinity Design Concepts
  22.  
  23.  
  24.                                Copyright 1987
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.     IMPORTANT.    NARCCFG.EXE is NOT compatible with previous version(s)
  34.             of NARC, that is version(s) prior to 1.1
  35.  
  36.         The NARCCFG.EXE program allows the user to configure
  37.     the screen colors and printer strings used by NARC.EXE when printing
  38.     files.
  39.  
  40.         The main menu gives 3 options.
  41.  
  42.             0 - Exit NARCCFG.EXE (with save option)
  43.             1 - Customize Screen Colors for NARC.EXE
  44.             2 - Customize Printer Strings for NARC.EXE
  45.             3 - Restore All NARC defaults to those as released
  46.                 in NARC.EXE
  47.  
  48. NOTE:     NARCCFG reads NARC.EXE and will show you the current configurations
  49.     of the colors and printer strings. NARC.EXE -MUST- be in the same
  50.     directory with NARCCFG.EXE and must be named NARC.EXE.
  51.  
  52. Exiting....
  53.  
  54.         When you choose the Exit option, you will have the
  55.     opportunity to abort any changes that you may have made while
  56.     running NARCCFG.EXE, or you may save them. Saving the changes
  57.     causes NARC.EXE to be modified with whatever changes you have
  58.     made and will reflect these modifications the next time NARC is
  59.     run.
  60.  
  61.  
  62. Customizing Colors....
  63.  
  64.         You will be shown a dummy NARC screen. The function keys
  65.     are labeled on screen as to which colors they will change. The
  66.     changes take place immediately on screen, so it is easy to see
  67.     just what effect your changes will have. The ALT key in conjunction
  68.     with any of the function keys will toggle high and low intensity.
  69.     Hit the ENTER key when you are finished.
  70.  
  71. Printer Strings....
  72.  
  73.         There are three printer strings used in NARC.EXE. At print
  74.     time, you have the option of sending any one of the three strings.
  75.     You may enter up to 8 characters for each printer string. You can
  76.     enter things like CTRL-P or the ESCape key. NARCCFG makes a distinction
  77.     between upper and lower case on the printer strings, so make sure
  78.     you use the shift key if necessary. The NULL character is enterd by
  79.     the space bar, so if you only need to enter 2 characters for a string,
  80.     NULL the remaining characters out. This will cause NARC to send your
  81.     2 charcters and then 6 NULLs.
  82.  
  83.     NOTE:     The strings are labelled as 10,12 and 17 cpi, but this is only
  84.         for purposes of identification. You may use them for anything
  85.         that you deem necessary in any order as long as you remember
  86.         what you did.
  87.  
  88.  
  89.                 PATCH LOCATIONS
  90.  
  91.         The printer string and color tables have fixed addresses
  92.     in NARC.EXE and will not be changed arbitrarily in future releases.
  93.     The printer string table starts at offset 200h in the EXE file, this
  94.     is just after the loader header. The tables are set up as follows.
  95.  
  96.  
  97.         Offset (in HEX)
  98.  
  99.             Printer String Table
  100.         200    10 cpi string, 8 characters plus a "$" terminator
  101.         209    12 cpi string, 8 characters plus a "$" terminator
  102.         212    17 cpi string, 8 characters plus a "$" terminator
  103.  
  104.             Color Table
  105.         21B    window shadow color (10h is default)
  106.         21C    subfiles "normal"   (1Eh is default)
  107.         21D    pathname            (1Fh is default)
  108.         21E    normal color        (0Fh is default)
  109.         21F    menu highlighting   (4Eh is default)
  110.         220    view file color     (0Eh is default)
  111.         221    background          (10h is default)
  112.         222    tag color           (4Fh is default)
  113.         223    column headers      (70h is default)
  114.  
  115.             Monochrome Table
  116.         224    window shadow color (07h is default)
  117.         225    subfiles "normal"   (07h is default)
  118.         226    pathname            (07h is default)
  119.         227    normal color        (07h is default)
  120.         228    menu highlighting   (70h is default)
  121.         229    view file color     (07h is default)
  122.         22A    background          (07h is default)
  123.         22B    tag color           (70h is default)
  124.         22C    column headers      (70h is default)
  125.  
  126.  
  127.     Each of the color bytes can be broken up as follows.
  128.  
  129.  
  130.     Bits 0-2    = foreground color (8 colors)
  131.     Bit    3    = intensity (1 = high, 0 = low)
  132.     Bits 4-6    = background color (8 colors)
  133.     Bit    7    = blinking (not used in NARC)
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. EOF Narccfg.DOC
  143.  
  144.